home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000093_news@columbia.edu_Wed Dec 13 08:14:16 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05990
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Wed, 13 Dec 1995 14:06:16 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id OAA20780 for kermit.misc@watsun; Wed, 13 Dec 1995 14:06:13 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.u.washington.edu!news.alt.net!news.serv.net!solaris.cc.vt.edu!newsfeed.internetmci.com!vixen.cso.uiuc.edu!ux2.cso.uiuc.edu!shair
  5. From: rmshair@uiuc.edu (Bob Shair)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: How to get BACKSPACE to work?
  8. Date: 13 Dec 1995 08:14:16 GMT
  9. Organization: University of Illinois at Urbana
  10. Lines: 24
  11. Message-Id: <4am20o$p9u@vixen.cso.uiuc.edu>
  12. References: <4akr9o$8o7@mercury.IntNet.net>
  13. Nntp-Posting-Host: ux2.cso.uiuc.edu
  14. Originator: shair@ux2.cso.uiuc.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. jtomich@IntNet.net (Jeff Tomich) writes:
  18.  
  19. >When I'm at my shell prompt or at the ftp prompt the backspace doesn't 
  20. >work. How do I set key to make the backspace work.
  21.  
  22. The DEC VMS and Unix worlds have never quite agreed on what the backspace character should be.  
  23.  
  24. Assuming that you're talking to a Unix box, 
  25. perhaps the easiest thing to do is to tell Kermit to use a Unix backspace.
  26.    In C-Kermit for OS/2 I do that with 
  27. set key \127 \8
  28. in my ckermod.ini file, where 127 is the scancode of the PC backspace key,
  29. and 8 is the ASCII backspace character, also called ^H.
  30.  
  31. I know this can be done in MS-Kermit for DOS.  Don't know about others.
  32.  
  33. Alternatively you can tell Unix to use the VMS backspace character, DEL, with
  34. the Unix command 
  35. stty erase "<---press the backspace key instead of the "
  36. -- 
  37.  
  38. Bob Shair                          Open Systems Consultant
  39. 1018 W. Springfield Avenue         rmshair@uiuc.edu
  40. Champaign, IL 61821           217/356-2684